html {
        scroll-padding-top: 80px; /* Offset for fixed header */
      }
      body {
        font-family: 'Roboto', sans-serif;
      }
      h1, h2, h3, h4, h5, h6, .font-serif {
        font-family: 'Merriweather', serif;
      }
      /* Hide mobile menu by default */
      #mobile-menu {
        display: none;
      }